home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat2 / xaxis.2 < prev    next >
Text File  |  1999-09-16  |  968b  |  67 lines

  1.  
  2.  
  3.  
  4. xaxis(2)                       Scilab Function                       xaxis(2)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   xaxis - draws an axis
  13.  
  14. CALLING SEQUENCE
  15.   []=xaxis(alpha,nsteps,size,init)
  16.  
  17. PARAMETERS
  18.  
  19.   alpha     : real (slope in degree of the axis)
  20.  
  21.   nsteps    : real vector of size 2 (number of big and small intervals)
  22.  
  23.   size      : a real vector of size 3 (size of the intervals, the small and
  24.             big tics)
  25.  
  26. DESCRIPTION
  27.   Draw an axis in the alpha (in degree ) direction; nsteps ([n1,n2]) gives
  28.   the number of big and small intervals separated by tics. size=[s1,s2,c1] :
  29.   s1 gives the size of the intervals , s2 gives the size of the small tics
  30.   along the axis and s2*c1 is the size of the big tics.
  31.  
  32.               ex : n1=3,n2=2,alpha =0
  33.                                                 (s2*c1)
  34.               |     (s2)   |            |           |
  35.               |______|_____|_____|______|_____|_____|
  36.                  s1
  37.  
  38. AUTHOR
  39.   J.Ph.C..
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.